home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / Misc / DXSetup / commonrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  1.7 KB  |  53 lines

  1. #define resLOG_FILEUPTODATE         2000
  2. #define resLOG_FILECOPIED         2001
  3. #define resLOG_ERROR            2002
  4. #define resLOG_WARNING            2003
  5. #define resLOG_DURINGACTION        2004
  6.  
  7. //2005 - 2011 not currently used in Setup1.exe
  8. #define resLOG_CANNOTWRITE        2005
  9. #define resLOG_CANNOTCREATE        2006
  10. #define resLOG_DONOTMODIFY        2007
  11. #define resLOG_FILECONTENTS        2008
  12. #define resLOG_FILEUSEDFOR        2009
  13. #define resLOG_UNEXPECTED        2010
  14. #define resLOG_OUTOFMEMORY        2011
  15.  
  16. #define resLOG_USERRESPONDEDWITH    2012
  17. #define resLOG_CANTRUNAPPREMOVER        2013
  18. #define resLOG_ABOUTTOREMOVEAPP         2014
  19.  
  20. // The following are the captions on system dialog buttons
  21. #define resLOG_IDOK            2100
  22. #define resLOG_IDCANCEL            2101
  23. #define resLOG_IDABORT            2102
  24. #define resLOG_IDRETRY            2103
  25. #define resLOG_IDIGNORE            2104
  26. #define resLOG_IDYES            2105
  27. #define resLOG_IDNO            2106
  28. #define resLOG_IDUNKNOWN        2107
  29.  
  30.  
  31. #define resCOMMON_CANTREG               2200
  32. #define resCOMMON_CANTREGUNEXPECTED     2201
  33. #define resCOMMON_CANTREGOLE            2202
  34. #define resCOMMON_CANTREGLOAD            2203
  35. #define resCOMMON_CANTREGENTRY            2204
  36. #define resCOMMON_CANTREGREG            2205
  37.  
  38. //2206 - 2208 not currently used in setup1.exe
  39. #define resCOMMON_CANTREGAUTPRXRPC1     2206
  40. #define resCOMMON_CANTREGAUTPRXRPC2     2207
  41. #define resCOMMON_CTL3D32NOTCOPIED      2208
  42.  
  43. #define resCOMMON_INVALIDFILECHARS    2209
  44. #define resCOMMON_MULTDIRBASENAME     2210
  45. #define resCOMMON_CANTFINDSRCFILE     2211
  46. #define resCOMMON_CANTREGTLB            2212
  47. #define resCOMMON_RICHED32NOTCOPIED    2213
  48.  
  49. //2214 - 2216 not currently used in setup1.exe
  50. #define resCOMMON_AXDISTNOTCOPIED    2214
  51. #define resCOMMON_WINT351NOTCOPIED    2215
  52. #define resCOMMON_CANTDOREBOOTCOPY    2216
  53.